nhooyr.io/websocket.mu.unlock (method)
15 uses
nhooyr.io/websocket (current package)
close.go#L182: defer c.readMu.unlock()
conn.go#L294: m.unlock()
conn.go#L302: func (m *mu) unlock() {
netconn.go#L68: defer nc.writeMu.unlock()
netconn.go#L84: defer nc.readMu.unlock()
netconn.go#L127: defer nc.writeMu.unlock()
netconn.go#L142: defer nc.readMu.unlock()
read.go#L336: defer c.readMu.unlock()
read.go#L402: defer mr.c.readMu.unlock()
write.go#L111: defer c.msgWriter.mu.unlock()
write.go#L153: defer mw.writeMu.unlock()
write.go#L198: defer mw.writeMu.unlock()
write.go#L220: mw.mu.unlock()
write.go#L261: c.writeFrameMu.unlock()
write.go#L269: defer c.writeFrameMu.unlock()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |